/*   
Theme Name: Perry Initiative
Theme URI: http://perryinitiative.org
Description: This is a custom theme for the Perry Initiative
Author: Mark Ward & Ari Salomon
Author URI: http://helloari.com
Version: 1
*/

.ai1ec-agenda-widget-view .ai1ec-year {display:none !important}


* { padding: 0; margin: 0; }

p{
	margin-bottom:10px;
	}


a {
		color: #940808;
		text-decoration: none;
		outline: none;
	}

	a:hover {
		color: #151515;
		text-decoration: none;
	}
	
	a img, img{	
		border: 1px solid #cccccc;
		outline: none;	
		padding:3px;
	}

	a:hover img {		
		border: 1px solid #940808;
		outline: none;
	}

ul{
		margin-left:20px;
		}

.clear{
	clear:both;display:block;font-size:0;height:0;line-height:0;width:100%;
}

.alignright{
	float:right;
	margin:5px 0px 5px 15px;
	}
	
.alignleft{
	float:left;
	margin:5px 15px 5px 0px;
	}

/* --------- Heading  Styles ---------*/

h2 {
		font-size: 16px;
		font-weight: bold;
		color: #424242;
		margin-bottom: 10px;
		letter-spacing:1px;
}

	h2 a{
	color: #941717;
}

	h2 a:hover{
	color: #000;
}

	h3 {
		font-size: 14px;
		font-weight: bold;
		color: #941717;
		font-style: italic;
		margin-bottom: 5px;
}



/* ------- Fluid Columns ------- */
.one_half{ width:49%; }
.one_third{ width:31.66%; }
.two_third{ width:66.33%; }
.one_fourth{ width:23%; }
.three_fourth{ width:75%; }
.one_fifth{ width:17.8%; }
.two_fifth{ width:38.6%; }
.three_fifth{ width:59.4%; }
.four_fifth{ width:68.2%; }
.one_sixth{ width:14.33%; }
.five_sixth{ width:83.67%; }
.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth{ position:relative; margin-right:2%; float:left; }
.last{ margin-right:0 !important; clear:right; }

body {
 
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-size: 62.5%;
	line-height: 1.5;
	 color: #4b4b4b;
	 background:#550202;
}

#wrapper { 
 margin: 30px auto 0px auto;
 width: 960px;
 padding:0px 10px 10px 10px;
 background: url(images/topgradient.jpg) repeat-x #fff;
 font-size:13px;
 position:relative;
}
	#topRound{
		width:980px;
		height:11px;
		left:0px;
		top:-10px;
		background:url(images/topround.png);
		position:absolute;
		}
#header {
 color: #333;
 padding: 10px;
 margin: 10px 0px 0px 0px;
}
	#logo{float:left;}
	#logo a img{border:none;}
	#description{
		width:260px;
		margin: 10px 0px 0px 110px;
		float:left;
		font-style:italic;
		font-size:14px;
		color:#666;
		}
	#searchBox{
		width:200px;
		float:right;
		border:1px solid #ccc;
		margin-top:20px;
		padding:3px;
	}
	#s{
		width:178px;
		border:1px solid #ccc;
		height:20px;
		padding:5px 10px;
		font-size:14px;
		font-style:italic;
		color:#ccc;
		}
/* Top Navigation */
#navigation {
 color: #333;
 margin: 20px 0px 0px 0px;
 
 list-style:none;
border-collapse:collapse;

}
	#navigation tr td{
		  border-left: 1px solid #e1e1e1;
		}
	#navigation tr td:first-child{border-left:0;}
	
	#navigation tr td a{
		display:block;
		padding:10px;
		text-align:center;
		color:#666;
		background:url(images/nav-bg.jpg) top repeat-x;
		text-transform:uppercase;
		}
	#navigation tr td a:hover{
		background:url(images/nav-bg.jpg) bottom repeat-x;
		}
		
		
		
/* ------------------------------------------ */	
		
		
	/* Top menu items */
	.navigation{
		width:100%;
		margin-top:25px;
		   
		}
.navigation ul {
   margin:0;
   padding:0;
   list-style:none;
   position:relative;
   border-bottom:1px solid #000;
   	background:url(images/nav-bg.jpg) top repeat-x;
    width:100%;
	float:left;
	border-left:1px solid #ececec;
}
.navigation ul li {
   margin:0 0 0 1px;
   position:relative;
  float:left;
  border-right:1px solid #ececec;

}
.navigation ul li a {
   display:block;
   margin:0;
    padding:10px 40px;
   font-size:1em;
   line-height:1em;
   text-decoration:none;
   color:#444;
   font-weight:bold;

}
.navigation ul li a:hover {
 background:url(images/nav-hover-bg.jpg) top repeat-x;
}
.navigation ul ul li a{
	padding:10px 20px 10px 40px;
}

.navigation ul li.active a {
   color:#fff;
}

/* Submenu items */
.navigation ul ul, .navigation ul ul li ul, .navigation ul.sub-menu{
   display:none; /* Sub menus are hiden by default */
   position:absolute;
   top:34px;
   left:0px;
   right:auto; /*resets the right:50% on the parent ul */
   width:15em; /* width of the drop-down menus */
}
.navigation ul ul li {
   left:auto;  /*resets the left:50% on the parent li */
   margin:0; /* Reset the 1px margin from the top menu */
   clear:left;
   width:100%;
}
.navigation ul ul li a,
.navigation ul li.active li a,
.navigation ul li:hover ul li a,
.navigation ul li.hover ul li a { /* This line is required for IE 6 and below */
   font-size:1em;
   font-weight:normal; /* resets the bold set for the top level menu items */
   background:#eee;
   color:#444;
   line-height:1.4em; /* overwrite line-height value from top menu */
   border-bottom:1px solid #ddd; /* sub menu item horizontal lines */
   display:block;
}
.navigation ul ul li a:hover,
.navigation ul li.active ul li a:hover,
.navigation ul li:hover ul li a:hover,
.navigation ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
   background:#ccc; /* Sub menu items background colour */

}

/* Flip the last submenu so it stays within the page */
.navigation ul ul.last {
   left:auto; /* reset left:0; value */
   right:0; /* Set right value instead */
}

/* Make the sub menus appear on hover */
.navigation ul li:hover ul,
.navigation ul li.hover ul { /* This line is required for IE 6 and below */
   display:block ; /* Show the sub menus */
   z-index:3000;
}

.navigation ul li:hover ul ul,
.navigation ul li.hover ul ul{ /* This line is required for IE 6 and below */
display:none ;
}

/* Make the sub menus appear on hover */
.navigation ul ul li:hover ul,
.navigation ul ul li.hover ul { /* This line is required for IE 6 and below */
   display:block !important; /* Show the sub menus */
   z-index:3000;
    position:absolute;
   top:0px;
   left:13em;
   right:auto; /*resets the right:50% on the parent ul */
   width:13em; /* width of the drop-down menus */

}
.navigation ul ul li{
position:relative;	
}

.navigation ul li:hover ul ul,
.navigation ul li.hover ul ul{ /* This line is required for IE 6 and below */
display:none;
}

/* Third-Level items */
.navigation ul ul ul{
   display:none; /* Sub menus are hiden by default */
  
}


	


/* ------------------------------------------ */
		
		

#page{
	padding-top:20px;
	padding-bottom:10px;
	}
	
/* Homepage Styles */

#homefeature{

	}

#homeright{
	border: 1px solid #ccc;
	padding:20px;
	}
	#homeright .widget{
		margin-bottom:0px;
		}
		
#homeright a img{
	padding:2px;
	border-width:1px;
	text-align:center;
	}
	
	#homeright a{
	text-align:center;
	}
	
	#home-footer-left, #home-footer-right{
	border: 1px solid #ccc;
	padding:20px;
	margin-top:20px;

	}
	
#home-footer-left{
	
	}

#home-footer-right{
	
}

#home-footer-right ul{
	list-style:none;
	margin-left:0px;
}

/* Page Styles */
	
	
#leftcolumn { 
 color: #333;
 background: #fff;
 margin: 0px 20px 0px 0px;
 padding: 10px;
 width: 160px;
 float: left;
}
	#leftcolumn ul{
		margin-left:0px;
		}
	/* Sidebar Styles */
	#leftcolumn ul li{
		list-style:none;
		}
	#leftcolumn ul li{
		margin-bottom:5px;
		}
	#leftcolumn h3, #home-footer-left h3, #home-footer-right h3, #leftcolumn h3 a, #home-footer-left h3 a, #home-footer-right h3 a, #rightcolumn h3, #rightcolumn h3 a{
		font-family: 'Crimson Text', Times, serif;
		font-size:18px;
		color:#941717;
		font-style:normal;
		text-transform:uppercase;
		}
	#leftcolumn ul.sub-menu{
		margin-left:0px;
		padding:5px 0px 0px 10px;
		}

#content { 
 float: left;
 color: #333;
 border: 1px solid #ccc;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 498px;
 display: inline;
 min-height:200px;
}
#content-fw{ 
width:695px;
float: left;
 color: #333;
 border: 1px solid #ccc;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 display: inline;
}

#rightcolumn { 
 color: #333;
 margin: 0px 0px 0px 20px;
 width: 215px;
 float: left;
}
	#donateHome{
		float:left;
		margin-left:40px;
		margin-bottom:10px;
		}
	#sidebarThumb{
		display:none;	
		}
	
	.widget{
		border: 1px solid #ccc;
 		padding: 10px;
		margin-bottom:20px;
		}
	
	.widget_giveusmoneywidget{
		border:none;
		text-align:left;
		padding:0px;
		}
	
#footer {
margin:0px auto 30px auto;
 width: 960px;
 clear: both;
 color: #666;
 background:#efefef;
 border-top: 1px solid #ccc;
 padding: 10px;
 text-transform:uppercase;
}


/* General Widget Styles */
.widget{
	margin-bottom:25px;
	}

#leftcolumn .widget, #home-footer-left .widget, #homeright .widget{
	border:none;
	}
	
/* Post Styles */

.post{
	margin-bottom:50px;
	}
	
.post h3{
	font-size:18px;
	font-style:normal;
}

.date{
	padding:20px 0px 0px 0px;
	border-top:2px solid #666;
	margin-bottom:0px;
	}

.readMore{
	text-align:right;
	padding-right:10px;
	clear:both;
	}
.thumb-frame{
	float:left;
	margin-right:15px;
	}
	
.wp-caption-text{
	font-size:12px;
	font-style:italic;
	color:#666;
	}
	
#content tr th{
	border-bottom:2px solid #000;
	padding:10px;
	font-weight:bold;
	vertical-align:bottom;
	}

#content table tr td{
	padding:10px;
	vertical-align:middle;
	}
	
a[href$=".PDF"], a[href$=".pdf"] {
	padding: 2px 2px 2px 20px;
	background: url("images/pdficon_small.gif") left center no-repeat;
}

.the-social-link{
	border:none;
	padding-top:0px;
	}
.the-social-link a img{
	border:none;
	padding-right:10px;
	}
	
#ari{
	width:960px;
	margin:auto;
	padding:30px;
	color:#666;
	}
	


.home .wp-post-image {float:left; margin-right:12px; margin-bottom:15px}
.home #home-footer-right .widget {padding:0; border:hidden}

#home-footer-left {border:none; margin:0; padding:0}
#home-footer-left h2 { letter-spacing:0}
.home .post {margin-bottom: 25px;float: left; width: 46%;margin-right: 4%;}
.home .byline, .home .byline a {clear:both; color:#666}

q {font-size:14px}